LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

Hash(Byte[]) Method






The data.
Hashes the specified binary data.
Syntax
public static byte[] Hash( 
   byte[] data
)
'Declaration
 
Public Overloads Shared Function Hash( _
   ByVal data() As Byte _
) As Byte()
'Usage
 
Dim data() As Byte
Dim value() As Byte
 
value = Utils.Hash(data)
public static byte[] Hash( 
   byte[] data
)
 function Leadtools.Ccow.Utils.Hash(Byte[])( 
   data 
)
public:
static array<byte>^ Hash( 
   array<byte>^ data
) 

Parameters

data
The data.

Return Value

Hash of the binary data.
Remarks
This function creates a MD5 hash of the passed in data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.